inst/extdata/MSCR596_-_Advanced_Data_Management_in_R/05 Functions/scripts/add2sub5-correct.R

# look at the function, but don't edit it
# when you are done, type submit()

add2sub5 <- function(x) {
  x <- x + 2
  x - 5
}
bbbruce/admswirl documentation built on Sept. 4, 2023, 4:16 a.m.